github.com/andybalholm/brotli/matchfinder.matchEmitter.NextEmit (field)
10 uses
github.com/andybalholm/brotli/matchfinder (current package)
emitter.go#L24: NextEmit int
emitter.go#L29: Unmatched: m.Start - e.NextEmit,
emitter.go#L33: e.NextEmit = m.End
m4.go#L101: e.NextEmit = len(q.history)
m4.go#L111: for i := e.NextEmit; i < len(src)-7; i++ {
m4.go#L132: m := extendMatch2(src, i+1, i+1-prevDistance, e.NextEmit+1)
m4.go#L159: m := extendMatch2(src, i, candidate, e.NextEmit)
m4.go#L175: m := extendMatch2(src, i, candidate, e.NextEmit)
m4.go#L275: if e.NextEmit < len(src) {
m4.go#L277: Unmatched: len(src) - e.NextEmit,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |